home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Experto / Apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252394_relevant_standards.html.en < prev    next >
Encoding:
Extensible Markup Language  |  2003-09-19  |  9.5 KB  |  197 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Relevant Standards - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Relevant Standards</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English"> en </a></p>
  22. </div>
  23.  
  24.     <p>This page documents all the relevant standards that the
  25.     Apache HTTP Server follows, along with brief descriptions.</p>
  26.  
  27.     <p>In addition to the information listed below, the following resources
  28.     should be consulted:</p>
  29.  
  30.     <ul>
  31.       <li>
  32.         <a href="http://purl.org/NET/http-errata">
  33.         http://purl.org/NET/http-errata</a> - HTTP/1.1 Specification Errata
  34.       </li>
  35.       <li>
  36.         <a href="http://www.rfc-editor.org/errata.html">
  37.         http://www.rfc-editor.org/errata.html</a> - RFC Errata
  38.       </li>
  39.       <li>
  40.         <a href="http://ftp.ics.uci.edu/pub/ietf/http/#RFC">
  41.         http://ftp.ics.uci.edu/pub/ietf/http/#RFC</a> - A pre-compiled list
  42.         of HTTP related RFCs
  43.       </li>
  44.     </ul>
  45.  
  46.     <div class="warning"><h3>Notice</h3>
  47.     <p>This document is not yet complete.</p>
  48.     </div>
  49.  
  50.   </div>
  51. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#http_recommendations">HTTP Recommendations</a></li>
  52. <li><img alt="" src="../images/down.gif" /> <a href="#html_recommendations">HTML Recommendations</a></li>
  53. <li><img alt="" src="../images/down.gif" /> <a href="#authentication">Authentication</a></li>
  54. <li><img alt="" src="../images/down.gif" /> <a href="#language_country_codes">Language/Country Codes</a></li>
  55. </ul></div>
  56. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  57. <div class="section">
  58. <h2><a name="http_recommendations" id="http_recommendations">HTTP Recommendations</a></h2>
  59.  
  60.     <p>Regardless of what modules are compiled and used, Apache as a
  61.     basic web server complies with the following IETF recommendations:</p>
  62.  
  63.     <dl>
  64.       <dt><a href="http://www.rfc-editor.org/rfc/rfc1945.txt">RFC 1945</a>
  65.       (Informational)</dt>
  66.  
  67.       <dd>The Hypertext Transfer Protocol (HTTP) is an application-level
  68.       protocol with the lightness and speed necessary for distributed,
  69.       collaborative, hypermedia information systems.  This documents
  70.       HTTP/1.0.</dd>
  71.  
  72.       <dt><a href="http://www.rfc-editor.org/rfc/rfc2616.txt">RFC 2616</a>
  73.       (Standards Track)</dt>
  74.  
  75.       <dd>The Hypertext Transfer Protocol (HTTP) is an
  76.       application-level protocol for distributed, collaborative,
  77.       hypermedia information systems.  This documents HTTP/1.1.</dd>
  78.  
  79.       <dt><a href="http://www.rfc-editor.org/rfc/rfc2396.txt">RFC 2396</a>
  80.       (Standards Track)</dt>
  81.  
  82.       <dd>A Uniform Resource Identifier (URI) is a compact string of
  83.       characters for identifying an abstract or physical resource.</dd>
  84.     </dl>
  85.  
  86.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  87. <div class="section">
  88. <h2><a name="html_recommendations" id="html_recommendations">HTML Recommendations</a></h2>
  89.  
  90.     <p>Regarding the Hypertext Markup Language, Apache complies with
  91.     the following IETF and W3C recommendations:</p>
  92.  
  93.     <dl>
  94.       <dt><a href="http://www.rfc-editor.org/rfc/rfc2854.txt">RFC 2854</a>
  95.       (Informational)</dt>
  96.  
  97.       <dd>This document summarizes the history of HTML development,
  98.       and defines the "text/html" MIME type by pointing to the relevant
  99.       W3C recommendations.</dd>
  100.  
  101.       <dt><a href="http://www.w3.org/TR/html401">HTML 4.01 Specification</a>
  102.       (<a href="http://www.w3.org/MarkUp/html4-updates/errata">Errata</a>)
  103.       </dt>
  104.  
  105.       <dd>This specification defines the HyperText Markup Language (HTML),
  106.       the publishing language of the World Wide Web. This specification
  107.       defines HTML 4.01, which is a subversion of HTML 4.</dd>
  108.  
  109.       <dt><a href="http://www.w3.org/TR/REC-html32">HTML 3.2 Reference
  110.       Specification</a></dt>
  111.  
  112.       <dd>The HyperText Markup Language (HTML) is a simple markup language
  113.       used to create hypertext documents that are portable from one
  114.       platform to another. HTML documents are SGML documents.</dd>
  115.  
  116.       <dt><a href="http://www.w3.org/TR/xhtml11/">XHTML™ 1.1 -
  117.       Module-based XHTML</a>
  118.       (<a href="http://www.w3.org/2001/04/REC-xhtml-modularization-20010410-errata">Errata</a>)
  119.       </dt>
  120.  
  121.       <dd>This Recommendation defines a new XHTML document type
  122.       that is based upon the module framework and modules defined in
  123.       Modularization of XHTML.</dd>
  124.  
  125.       <dt><a href="http://www.w3.org/TR/xhtml1">XHTML™ 1.0 The
  126.       Extensible HyperText Markup Language (Second Edition)</a>
  127.       (<a href="http://www.w3.org/2002/08/REC-xhtml1-20020801-errata">Errata</a>)
  128.       </dt>
  129.  
  130.       <dd>This specification defines the Second Edition of XHTML 1.0,
  131.       a reformulation of HTML 4 as an XML 1.0 application, and three
  132.       DTDs corresponding to the ones defined by HTML 4.</dd>
  133.     </dl>
  134.  
  135.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  136. <div class="section">
  137. <h2><a name="authentication" id="authentication">Authentication</a></h2>
  138.  
  139.     <p>Concerning the different methods of authentication, Apache
  140.     follows the following IETF recommendations:</p>
  141.  
  142.     <dl>
  143.       <dt><a href="http://www.rfc-editor.org/rfc/rfc2617.txt">RFC 2617</a>
  144.       (Draft standard)</dt>
  145.  
  146.       <dd>"HTTP/1.0", includes the specification for a Basic
  147.       Access Authentication scheme.</dd>
  148.  
  149.     </dl>
  150.  
  151.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  152. <div class="section">
  153. <h2><a name="language_country_codes" id="language_country_codes">Language/Country Codes</a></h2>
  154.  
  155.     <p>The following links document ISO and other language and country
  156.     code information:</p>
  157.  
  158.     <dl>
  159.       <dt><a href="http://www.loc.gov/standards/iso639-2/">ISO 639-2</a></dt>
  160.  
  161.       <dd>ISO 639 provides two sets of language codes, one as a two-letter
  162.       code set (639-1) and another as a three-letter code set (this part
  163.       of ISO 639) for the representation of names of languages.</dd>
  164.  
  165.       <dt><a href="http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/index.html">
  166.       ISO 3166-1</a></dt>
  167.  
  168.       <dd>These pages document the country names (official short names
  169.       in English) in alphabetical order as given in ISO 3166-1 and the
  170.       corresponding ISO 3166-1-alpha-2 code elements.</dd>
  171.  
  172.       <dt><a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">BCP 47</a>
  173.       (Best Current Practice),
  174.       <a href="http://www.rfc-editor.org/rfc/rfc3066.txt">RFC 3066</a></dt>
  175.  
  176.       <dd>This document describes a language tag for use in cases where
  177.       it is desired to indicate the language used in an information
  178.       object, how to register values for use in this language tag,
  179.       and a construct for matching such language tags.</dd>
  180.  
  181.       <dt><a href="http://www.rfc-editor.org/rfc/rfc3282.txt">RFC 3282</a>
  182.       (Standards Track)</dt>
  183.  
  184.       <dd>This document defines a "Content-language:" header, for use in
  185.       cases where one desires to indicate the language of something that
  186.       has RFC 822-like headers, like MIME body parts or Web documents,
  187.       and an "Accept-Language:" header for use in cases where one wishes
  188.       to indicate one's preferences with regard to language.</dd>
  189.     </dl>
  190.  
  191.   </div></div>
  192. <div class="bottomlang">
  193. <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English"> en </a></p>
  194. </div><div id="footer">
  195. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  196. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  197. </body></html>